Update VS 2010 property sheet
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Jul 2011 08:05:20 +0000 (16:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Jul 2011 08:05:20 +0000 (16:05 +0800)
The output folder of the .def files needs to be updated as well

build/win32/vs10/gtk+.props

index 1a1d3b50b3280f523e168973c8d0eb58616324fd..0f414e0beb136aafa1a7ba17002b579c6d534144 100644 (file)
@@ -3,7 +3,7 @@
   <PropertyGroup Label="UserMacros">
     <GlibEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
-    <DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj</DefDir>
+    <DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
     <GtkApiVersion>3.0</GtkApiVersion>
     <GtkBinaryVersion>2.10.0</GtkBinaryVersion>
     <GtkDummyPrefix>\"/dummy\"</GtkDummyPrefix>